-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MINI-6324] Create interfaces to share Cookie info to MiniApp #271
Conversation
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Codecov Report
@@ Coverage Diff @@
## master #271 +/- ##
==========================================
- Coverage 82.83% 81.89% -0.94%
==========================================
Files 24 25 +1
Lines 699 718 +19
Branches 53 53
==========================================
+ Hits 579 588 +9
- Misses 101 111 +10
Partials 19 19
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
@@ -25,7 +25,7 @@ | |||
"format": "prettier --config ./prettier.config.js --write 'src/**/*.js'", | |||
"prettify": "prettier --config ./prettier.config.js --check src/**/*.js", | |||
"lint": "eslint src/ --fix-dry-run", | |||
"start": "react-scripts start", | |||
"start": "react-scripts --openssl-legacy-provider start", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
may be remove this one! @rleojoseph
Description
Links
MINI-6324
Checklist